home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Infinity - ECTS (UK) (Press Kit)
/
Game Infinity - ECTS (UK) (Press Kit).bin
/
data
/
wizard.dxr
/
00066.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-08-11
|
165 b
|
17 lines
global cc, aaa
on mouseDown
if buttonclicked() then
gogo()
end if
end
on mouseLeave
sprite(aaa).memberNum = cc
end
on mouseEnter
aaa = 9
roll()
end